home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if "%1"=="" goto syntax
- if not "%2"=="" goto syntax
- %1 ~~~ProtEXE-RegInfo~~~
- goto end
- :syntax
- echo ProtEXE registration information verifier.
- echo Copyright (c) 1996 by Tom Torfs.
- echo.
- echo Usage: PROTXVER executable
- :end
-